home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / fmail351.zip / GTDOOR11.BAT < prev    next >
DOS Batch File  |  1991-07-17  |  459b  |  22 lines

  1. @echo off
  2. rem
  3. rem  Sample .BAT file for FASTMAIL
  4. rem
  5. rem  This .BAT assumes that have set your GTPATH environment
  6. rem  variable to H:\GT
  7. rem  and that you have set the DSZPORT environment variable correctly
  8. rem
  9. rem
  10. rem I use GTDRWY to create the DOOR.SYS for DOORWAY
  11. rem
  12. GTDRWY > nul
  13. REM
  14. REM Set the working DRIVE for FASTMAIL
  15. REM
  16. H:
  17. REM
  18. REM run FASTMAIL
  19. REM
  20. doorway SYS /B:MS /S:H:\gt /O:T /P:c:\util\fastmail.exe /L150 /D /C05:10 /BYN
  21.  
  22.